﻿@charset "utf-8";
/* CSS Document */

/* 清除内外边距 */
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* 重置列表元素 */
ul, ol {
    list-style: none;
}

/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: normal;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-x: auto;
}

body {
    font-family: Microsoft YaHei,"微软雅黑",SimHei,"黑体",SimSun,"宋体",Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
    min-width: 1200px;
    font-size: 14px;
}

img {
    max-width: 100%;
    border: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

div {
    display: block;
    overflow: hidden;
}

.clear {
    clear: both;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.magrin10 {
    margin-top: 10px;
}

.magrin25 {
    margin-top: 25px;
}

.magrin30 {
    margin-top: 30px;
}

.magrin35 {
    margin-top: 35px;
}

.magrin40 {
    margin-top: 40px;
}

.magrin45 {
    margin-top: 45px;
}

.magrin50 {
    margin-top: 50px;
}

.magrin60 {
    margin-top: 60px;
}

.magrin70 {
    margin-top: 70px;
}

.magrin80 {
    margin-top: 80px;
}

.magrin90 {
    margin-top: 90px;
}

/** 图片自适应宽度  **/
.autoScalingImg {
    width: 100%;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    border: none;
}

/***********************************************************************************************/

/*** 顶部导航 begin ***/
.nav_lay {
    width: 100%;
    height: 82px;
    background-color: #000;
    overflow: hidden;
}

.nav_cont {
    height: 66px;
}

.nav_logo {
    width: 137px;
    height: 66px;
    float: left;
    margin-left: 84px;
}

.nav_title_ul {
    height: 66px;
    margin-left: 55px;
    float: left;
}

    .nav_title_ul li {
        width: 130px;
        height: 66px;
        float: left;
        line-height: 66px;
    }

        .nav_title_ul li a {
            width: 128px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            display: inline-block;
            border-right: 2px solid #c9c9c9;
        }

            .nav_title_ul li a:hover {
                color: #fbc700;
            }
/*** 顶部导航 end ***/

.themeBg {
    width: 100%;
}

/*** 产品中心 begin ***/
.productCenter {
    width: 100%;
    height: 925px;
    background-color: #e8e7e5;
    padding-top: 35px;
    overflow: hidden;
}

.proCen_nav {
    width: 255px;
    float: left;
    margin-top: 4px;
}

    .proCen_nav .proCen_title {
        width: 250px;
        height: 64px;
        background-color: #000000;
        color: #fff;
    }

        .proCen_nav .proCen_title span {
            font-size: 22px;
            font-weight: bold;
            vertical-align: middle;
            margin-top: 17px;
            margin-left: 30px;
            float: left;
        }

        .proCen_nav .proCen_title img {
            margin-top: 19px;
            margin-left: 50px;
        }

    .proCen_nav .proCen_nav_cate li {
        margin-top: 40px;
        background-color: #ffffff;
        width: 250px;
        height: 67px;
    }

        .proCen_nav .proCen_nav_cate li:hover {
            background-color: #c1c0bf;
        }

        .proCen_nav .proCen_nav_cate li a {
            width: 200px;
            height: 67px;
            line-height: 67px;
            margin-left: 30px;
            display: inline-block;
            color: #333333;
            font-size: 20px;
        }

            .proCen_nav .proCen_nav_cate li a:hover { /*background-color:#c1c0bf;*/
            }

            .proCen_nav .proCen_nav_cate li a span {
                font-weight: bold;
                font-size: 18px;
            }

    .proCen_nav .proCen_tel {
        width: 250px;
        height: 66px;
        background-color: #000000;
        color: #fff;
        margin-top: 40px;
        padding-top: 20px;
    }

        .proCen_nav .proCen_tel .proCen_tel_text {
            width: 100%;
            text-align: center;
            display: inline-block;
            font-size: 18px;
        }

        .proCen_nav .proCen_tel .proCen_tel_num {
            width: 100%;
            text-align: center;
            display: inline-block;
            font-size: 18px;
            font-weight: bold;
        }


.proCen_show {
    width: 920px;
    float: left;
    margin-left: 20px;
}

    .proCen_show .proCen_show_title {
        width: 920px;
        height: 31px;
        background: transparent url(../images/proCen_arrow02.png) no-repeat top center;
    }

        .proCen_show .proCen_show_title .proCen_show_title_01 {
            margin-top: -6px;
            margin-left: 405px;
            color: #333333;
            font-size: 28px;
            font-weight: bold;
            display: block;
            float: left;
        }

    .proCen_show .proCen_show_item ul li {
        width: 297px;
        float: left;
        border-bottom: 2px solid #bcbbb9;
        margin-top: 16px;
        margin-left: 8px;
        /*height:406px;*/
    }

        .proCen_show .proCen_show_item ul li .proCen_show_item_01 a {
            color: #62615f;
            font-size: 16px;
        }

            .proCen_show .proCen_show_item ul li .proCen_show_item_01 a:hover {
                color: #fbc700;
                text-decoration: none;
                font-weight: bold;
            }

/*** 产品中心 end ***/

/*** 公司简介 begin ***/
.comIntro {
    width: 100%;
    height: 604px;
    background: transparent url(../images/comIntro.jpg) no-repeat top center;
    padding-top: 50px;
    overflow: hidden;
}

    .comIntro .comIntro_title {
        margin: 0 auto;
        width: 347px; /*margin-top:50px;*/
    }

        .comIntro .comIntro_title li {
            width: 347px;
        }

        .comIntro .comIntro_title .comIntro_title_01 {
            width: 347px;
            height: 50px;
            background: transparent url(../images/comintr_arrow.gif) no-repeat bottom center;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            line-height: 50px;
        }

        .comIntro .comIntro_title .comIntro_title_02 {
            width: 347px;
            height: 30px;
            font-size: 15px;
            text-align: center;
            color: #fff;
            line-height: 30px;
        }

    .comIntro .comIntro_cont {
        width: 667px;
        height: 195px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 30px;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
    }

    .comIntro .comInfo_btn {
        margin: 0 auto;
        width: 147px;
        height: 35px;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        margin-top: 30px;
    }

        .comIntro .comInfo_btn a {
            width: 140px;
            height: 30px;
            font-size: 14px;
            color: #fff;
            line-height: 30px;
            display: block;
            border: 1px solid #fff;
            text-align: center;
            border-radius: 35px;
        }

            .comIntro .comInfo_btn a:hover {
                background-color: rgba(162,162,161,0.4);
            }

/*** 公司简介 end ***/


/*** 公司相册 begin ***/
.comAlbum_title {
    margin: 0 auto;
    width: 347px;
}

    .comAlbum_title li {
        width: 347px;
    }

    .comAlbum_title .comAlbum_title_01 {
        width: 347px;
        height: 50px;
        background: transparent url(../images/comAlbum_arrow.gif) no-repeat bottom center;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        line-height: 50px;
    }

    .comAlbum_title .comAlbum_title_02 {
        width: 347px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        color: #333333;
        line-height: 30px;
    }

/*.comAlbum_items{height:450px;}*/
.comAlbum_item {
    width: 395px;
    float: left;
    margin-right: 5px;
}

    .comAlbum_item .comAlbum_item_01 a {
        display: block;
    }

    .comAlbum_item .comAlbum_item_02 {
        height: 40px;
        background-color: #e8e7e5;
        text-align: center;
        line-height: 40px;
    }

        .comAlbum_item .comAlbum_item_02 a {
            color: #5c5c5a;
            font-size: 16px;
        }

            .comAlbum_item .comAlbum_item_02 a:hover {
                color: #fbc700;
                text-decoration: underline;
            }

/*** 公司相册 end ***/


/*** 公司新闻 begin ***/
.comNews {
    width: 100%;
    margin-top: 40px;
}

    .comNews .comNews_item {
        padding-top: 40px;
    }

        .comNews .comNews_item .comNews_item_01 {
            width: 397px;
            height: 396px;
            padding-bottom: 20px;
            float: left;
        }

            .comNews .comNews_item .comNews_item_01 .comNews_item_01_01 {
                width: 370px;
                margin-left: 13px;
            }

                .comNews .comNews_item .comNews_item_01 .comNews_item_01_01 a {
                    width: 370px;
                    height: 50px;
                    line-height: 50px;
                    font-size: 18px;
                    color: #393939;
                }

                    .comNews .comNews_item .comNews_item_01 .comNews_item_01_01 a:hover {
                        color: #fbc700;
                        text-decoration: underline;
                    }

            .comNews .comNews_item .comNews_item_01 .comNews_item_01_02 {
                width: 370px;
                height: 349px;
                margin: 0 auto;
                -webkit-box-shadow: 0 5px 9px 3px rgba(0,0,0,0.2);
                box-shadow: 0 5px 9px 3px rgba(0,0,0,0.2);
            }

            .comNews .comNews_item .comNews_item_01 .comNews_item_date {
                width: 93%;
                height: 40px;
                color: #a9a8a8;
                font-size: 16px;
                line-height: 40px;
                margin-left: 3%;
            }

            .comNews .comNews_item .comNews_item_01 .comNews_item_info {
                width: 94%;
                margin-right: 3%;
                margin-left: 3%;
                color: #313131;
                font-size: 16px;
                line-height: 20px;
            }

    .comNews .news_list {
        margin-top: 30px;
    }

        .comNews .news_list .news_list_01 {
            width: 482px;
            margin-left: 70px;
            float: left;
        }

            .comNews .news_list .news_list_01 ul {
                padding-left: 25px;
            }

                .comNews .news_list .news_list_01 ul li {
                    list-style: disc outside none;
                    height: 32px;
                    line-height: 32px;
                }

                    .comNews .news_list .news_list_01 ul li a {
                        font-size: 16px;
                        color: #414141;
                    }

                        .comNews .news_list .news_list_01 ul li a:hover {
                            color: #fbc700;
                            text-decoration: underline;
                        }

                    .comNews .news_list .news_list_01 ul li span {
                        float: right;
                        color: #959494;
                        font-size: 16px;
                    }


/*** 公司新闻 end ***/




/*** 底部 begin ***/
.footer {
    width: 100%;
    height: 209px;
    background-color: #1a1a1a;
    margin-top: 40px;
    padding-top: 50px;
}

.footer_cont {
    height: 66px;
}

.footer_logo {
    width: 137px;
    height: 66px;
    float: left;
    margin-left: 84px;
}

.footer_title_ul {
    height: 30px;
    margin-left: 55px;
    float: left;
}

    .footer_title_ul li {
        width: 130px;
        height: 30px;
        float: left;
    }

        .footer_title_ul li a {
            width: 128px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            display: inline-block;
        }

            .footer_title_ul li a:hover {
                color: #fbc700;
            }

.footer_other {
    color: #fff;
    font-size: 16px;
    margin-left: 82px;
    margin-top: 18px;
    float: left;
}

    .footer_other li {
        color: #fff;
        font-size: 16px;
    }

        .footer_other li a {
            color: #fff;
            font-size: 16px;
        }

            .footer_other li a:hover {
                color: #fbc700;
                text-decoration: underline;
            }

.tecSup {
    margin: 20px auto;
    width: 168px;
}

    .tecSup a {
        color: #fff;
        font-size: 16px;
    }

        .tecSup a:hover {
            color: #fbc700;
            text-decoration: underline;
        }
/*** 底部 end ***/




/***  产品中心 列表页 begin ***/
.productCenterList {
    width: 100%;
    height: auto;
    background-color: #e8e7e5;
    padding-top: 35px;
    overflow: auto;
    padding-bottom: 20px;
}

.proCen_nav .proCen_Tit_a {
    margin-bottom: 4px;
}

    .proCen_nav .proCen_Tit_a a {
        width: 250px;
        height: 77px;
        display: block;
        color: #fff;
    }

.proCen_nav .proCen_title_01 {
    width: 250px;
    background-color: #ffffff;
}

    .proCen_nav .proCen_title_01 .proCen_nav_cate {
        margin-bottom: 8px;
    }

        .proCen_nav .proCen_title_01 .proCen_nav_cate li {
            margin-top: 5px;
            width: 250px;
            height: 41px;
        }

            .proCen_nav .proCen_title_01 .proCen_nav_cate li:hover {
                background-color: #c1c0bf;
            }

            .proCen_nav .proCen_title_01 .proCen_nav_cate li a {
                width: 200px;
                height: 41px;
                line-height: 41px;
                margin-left: 50px;
                display: inline-block;
                font-weight: bold;
                color: #333333;
                font-size: 18px;
            }

                .proCen_nav .proCen_title_01 .proCen_nav_cate li a:hover { /*background-color:#c1c0bf;*/
                }

                .proCen_nav .proCen_title_01 .proCen_nav_cate li a span {
                    font-weight: bold;
                    font-size: 18px;
                }

.proCen_show .proCenList_show_title {
    padding-left: 25px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
}

    .proCen_show .proCenList_show_title a {
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }

        .proCen_show .proCenList_show_title a:hover {
            text-decoration: none;
        }

.proCen_show .proCenList_page {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}

    .proCen_show .proCenList_page a {
        width: 80px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #bbbab9;
        border-radius: 3px;
        display: inline-block;
        text-align: center;
        color: #222221;
    }

/***  产品中心 列表页 end ***/






/***  公司新闻 列表页 begin ***/
.margin4 {
    margin-bottom: 4px;
}

.proCen_nav .proCen_title_current {
    background-color: #d3a805;
}

.proCen_show .comNews_show_item ul {
    margin-left: 25px;
    margin-top: 30px;
}

    .proCen_show .comNews_show_item ul li {
        height: 40px;
        padding-left: 20px;
        border-bottom: 1px dashed #a4a3a2;
        margin-bottom: 15px;
    }

        .proCen_show .comNews_show_item ul li a {
            height: 40px;
            line-height: 40px;
            background: transparent url("../images/arrow.gif") no-repeat left center;
            padding-left: 30px;
            display: block;
            color: #0f1316;
            font-size: 16px;
            font-weight: bold;
        }
      .app{
          margin-top: -40px;
            height: 40px;
            line-height: 40px;
          float:right;
            display: block;
            color: #0f1316;
            font-size: 17px;
          
        }

            .proCen_show .comNews_show_item ul li a:hover {
                color: #d3a805;
            }



/***  公司新闻 列表页 end ***/











